home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Encoding:
Text File  |  2002-05-23  |  1.7 KB  |  99 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 285
  3.   Top = 211
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'UltimateZip'
  7.   ClientHeight = 175
  8.   ClientWidth = 377
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblFN: TPathLabel
  20.     Left = 80
  21.     Top = 24
  22.     Width = 281
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Working, please wait...'
  26.   end
  27.   object lblFile: TLabel
  28.     Left = 11
  29.     Top = 24
  30.     Width = 63
  31.     Height = 13
  32.     Caption = 'Compressing:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 8
  36.     Top = 48
  37.     Width = 24
  38.     Height = 13
  39.     Caption = 'Files:'
  40.   end
  41.   object Label1: TLabel
  42.     Left = 8
  43.     Top = 88
  44.     Width = 39
  45.     Height = 13
  46.     Caption = 'Archive:'
  47.   end
  48.   object Bevel1: TBevel
  49.     Left = 8
  50.     Top = 136
  51.     Width = 361
  52.     Height = 9
  53.     Shape = bsTopLine
  54.   end
  55.   object prbFile: TProgressBar
  56.     Left = 8
  57.     Top = 64
  58.     Width = 361
  59.     Height = 16
  60.     Min = 0
  61.     Max = 100
  62.     Smooth = True
  63.     TabOrder = 0
  64.   end
  65.   object prbArchive: TProgressBar
  66.     Left = 8
  67.     Top = 104
  68.     Width = 361
  69.     Height = 16
  70.     Min = 0
  71.     Max = 100
  72.     Smooth = True
  73.     TabOrder = 1
  74.   end
  75.   object btnCancel: TButton
  76.     Left = 294
  77.     Top = 144
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     TabOrder = 2
  83.     OnClick = btnCancelClick
  84.   end
  85.   object Button1: TButton
  86.     Left = 208
  87.     Top = 144
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&Minimize'
  91.     TabOrder = 3
  92.     OnClick = Button1Click
  93.   end
  94.   object FormCenter1: TFormCenter
  95.     Center = True
  96.     Top = 144
  97.   end
  98. end
  99.